home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / BC_TI.ARJ / TI806.ASC < prev    next >
Text File  |  1992-02-25  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.   PRODUCT  :  Turbo C++                              NUMBER  :  806
  9.   VERSION  :  1.01
  10.        OS  :  DOS
  11.      DATE  :  February 25, 1992                        PAGE  :  1/1
  12.  
  13.     TITLE  :  Configuring Turbo C++ for Use from a Network
  14.  
  15.  
  16.  
  17.  
  18.   Although Turbo C++ is not qualified for use ON a network, it is
  19.   possible to run Turbo C++ FROM a network.  That is to say, it not
  20.   possible to run Turbo C entirely on a network; there MUST be a
  21.   drive at the user's station and any disk I/O must be forced to
  22.   occur to the local drive.
  23.  
  24.   Since Turbo C++ always seems to write to the BIN of its
  25.   installation, one might wonder how this can be accomplished.  The
  26.   following steps outline the procedure.
  27.  
  28.       1)  Implement the procedure titled "Save State of Last Exit
  29.           on a By-Directory Basis" which appears earlier in this
  30.           section. This will force the IDE to write desktop,
  31.           configuration and project    information to the logged
  32.           (read local) directory rather than the network directory.
  33.  
  34.       2)  When you execute the IDE, use the command:
  35.  
  36.               TC /rX<Enter>
  37.  
  38.           where 'X' is the drive letter of a local drive.  This
  39.           will force TC++ to use the specified local drive for its
  40.           swap file rather than the network drive. Note that the
  41.           above command should be supplemented with the options you
  42.           normally use.
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.